TOC This Package Prev Next Index
public class java.lang.InternalError extends java.lang.VirtualMachineError (§1.61) { public InternalError(); §1.50.1 public InternalError(String s); §1.50.2 }The Java runtime throws an instance of this class to indicate the some unexpected internal error has occurred.
public InternalError()
InternalError
public InternalError(String s)
TOC This Package Prev Next Index